home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / FLOODPRO.ZIP / OLD-EVNT.TXT < prev    next >
Text File  |  1996-08-10  |  4KB  |  69 lines

  1. -----------------------------------------------------------------------
  2.              MarkP's mIRC Flood Protection - Remote Events
  3. -----------------------------------------------------------------------
  4.  
  5. If you haven't already done so, read the readme.txt file included in
  6. this archive.
  7.  
  8. Start mIRC, and go to Tools / Remote.  Click on the "events" button at
  9. the top of the remote window.  Make sure the "Listening" box in the
  10. upper-right corner is checked.
  11.  
  12. Select everything below the line indicated.  (Hold down shift and use
  13. the arrow keys, or select with the mouse.)  Copy it, with Ctrl-C.
  14.  
  15. Switch back to the mIRC window.  If there is already something in the
  16. Remote Events box, scroll down to the end of it.  (The flood protection
  17. should be the last thing in the window.)  Make sure the cursor is on a
  18. blank line.
  19.  
  20. Press Ctrl-V to paste the lines you copied earlier into the Remote
  21. Events window.
  22.  
  23. In the line, "+205:ON NICK:/ban #channel $newnick 3", replace the
  24. #channel with the channel you want to protect.  Unfortunately, due to
  25. the limitations of mIRC versions before 4.5, you can only protect
  26. on one channel.  Or, you could try this:
  27. +205:ON NICK:/ban #channel $newnick 3 | /ban #channel2 $newnick 3
  28.  
  29.  
  30.  - - - - - - - - - - - - - Start Copying Here - - - - - - - - - - - - -
  31.  
  32. #floodprotect disabled
  33. +1:ON INVITE:/auser 203 *!*@ $+ $site | /timer 1 %floodprot-low /ruser *!*@ $+ $site
  34. +203:ON INVITE:/auser 204 *!*@ $+ $site
  35. +204:ON INVITE:/auser 205 *!*@ $+ $site
  36. +205:ON INVITE:/ignore *!*@ $+ $site -aiu30 | /notice $nick You have been ignored for 30 seconds due to an invite flood.
  37. +1:ON NICK:/auser 203 *!*@ $+ $site | /timer 1 %floodprot-low /ruser *!*@ $+ $site
  38. +203:ON NICK:/auser 204 *!*@ $+ $site
  39. +204:ON NICK:/auser 205 *!*@ $+ $site
  40. +205:ON NICK:/ban #channel $newnick 3
  41. +1:ON TEXT:*:*:/auser 201 *!*@ $+ $site | /timer 1 %floodprot-high /ruser *!*@ $+ $site
  42. +201:ON TEXT:*:*:/auser 202 *!*@ $+ $site
  43. +202:ON TEXT:*:*:/auser 203 *!*@ $+ $site
  44. +203:ON TEXT:*:*:/auser 204 *!*@ $+ $site
  45. +204:ON TEXT:*:*:/auser 205 *!*@ $+ $site
  46. +205:ON TEXT:*:#:/auser -a 206 *!*@ $+ $site | /ban $chan $nick 3 | /kick $chan $nick text flood protect autokick
  47. +205:ON TEXT:*:?:/ignore *!*@ $+ $site -au30 | /notice $nick You have been ignored for 30 seconds due to a text flood
  48. +206:ON TEXT:*:*:/auser 207 *!*@ $+ $site
  49. +207:ON TEXT:*:#:/ignore *!*@ $+ $site -au30 | /notice $nick You have been ignored for 30 seconds due to a text flood
  50. +1:ON NOTICE:*:*:/auser 201 *!*@ $+ $site | /timer 1 %floodprot-high /ruser *!*@ $+ $site
  51. +201:ON NOTICE:*:*:/auser 202 *!*@ $+ $site
  52. +202:ON NOTICE:*:*:/auser 203 *!*@ $+ $site
  53. +203:ON NOTICE:*:*:/auser 204 *!*@ $+ $site
  54. +204:ON NOTICE:*:*:/auser 205 *!*@ $+ $site
  55. +205:ON NOTICE:*:#:/auser -a 206 *!*@ $+ $site | /ban $chan $nick 3 | /kick $chan $nick notice flood protect autokick
  56. +205:ON NOTICE:*:?:/ignore *!*@ $+ $site -au30 | /notice $nick You have been ignored for 30 seconds due to a notice flood
  57. +206:ON NOTICE:*:*:/auser 207 *!*@ $+ $site
  58. +207:ON NOTICE:*:#:/ignore *!*@ $+ $site -au30 | /notice $nick You have been ignored for 30 seconds due to a notice flood
  59. +1:ON ACTION:*:*:/auser 201 *!*@ $+ $site | /timer 1 %floodprot-high /ruser *!*@ $+ $site
  60. +201:ON ACTION:*:*:/auser 202 *!*@ $+ $site
  61. +202:ON ACTION:*:*:/auser 203 *!*@ $+ $site
  62. +203:ON ACTION:*:*:/auser 204 *!*@ $+ $site
  63. +204:ON ACTION:*:*:/auser 205 *!*@ $+ $site
  64. +205:ON ACTION:*:#:/auser -a 206 *!*@ $+ $site | /ban $chan $nick 3 | /kick $chan $nick action flood protect autokick
  65. +205:ON ACTION:*:?:/ignore *!*@ $+ $site -au30 | /notice $nick You have been ignored for 30 seconds due to an action flood.
  66. +206:ON ACTION:*:*:/auser 207 *!*@ $+ $site
  67. +207:ON ACTION:*:#:/ignore *!*@ $+ $site -au30 | /notice $nick You have been ignored for 30 seconds due to an action flood.
  68. #floodprotect end
  69.